summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43/phy_n.c
AgeCommit message (Expand)Author
2014-07-15b43: N-PHY: init and channel switching of radio 0x2057 rev 9Rafał Miłecki
2014-07-15b43; N-PHY: write most of the missing code for revs 7+Rafał Miłecki
2014-07-15b43: N-PHY: add placeholders for new devices supportRafał Miłecki
2014-07-15b43: N-PHY: drop reg 0x1 access restriction on new PHY revsRafał Miłecki
2014-07-07b43: N-PHY: rework names & picking of TX gain tablesRafał Miłecki
2014-07-01b43: N-PHY: complete generic support for 0x2057 radioRafał Miłecki
2014-07-01b43: N-PHY: fixes for radio 0x2057Rafał Miłecki
2014-06-25b43: N-PHY: update low-pass filter setupRafał Miłecki
2014-06-25b43: N-PHY: update code for sending sample toneRafał Miłecki
2014-06-19b43: PHY: drop channel_type (we can get this info from chandef)Rafał Miłecki
2014-06-19b43: PHY: drop is_40mhz (get width info from chandef)Rafał Miłecki
2014-06-19b43: PHY: drop own channel_freq (get it from chandef when needed)Rafał Miłecki
2014-05-29b43: N-PHY: optimize radio switching on/offRafał Miłecki
2014-05-29b43: N-PHY: optimize init by doing some ops just onceRafał Miłecki
2014-04-30b43: N-PHY: complete radio 0x2056 setupRafał Miłecki
2014-04-22b43: N-PHY: enable forgotten write of hw power adjust tableRafał Miłecki
2014-04-22b43: N-PHY: prepare for rev 7+ RSSI calibrationRafał Miłecki
2014-04-22b43: N-PHY: implement RF control INTC for revs 7+Rafał Miłecki
2014-04-22b43: N-PHY: implement reading support for radio 0x2057Rafał Miłecki
2014-04-22b43: N-PHY: random updates and typo fixes all aroundRafał Miłecki
2014-04-22b43: N-PHY: rev3+: complete workaroundsRafał Miłecki
2014-04-09b43: Fix machine check error due to improper access of B43_MMIO_PSM_PHY_HDRRafał Miłecki
2013-10-18drivers: net: wireless: b43: Fix possible NULL ptr dereferenceFelipe Pena
2013-04-23Merge branch 'master' of git://git.infradead.org/users/rafal/b43-nextJohn W. Linville
2013-04-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-04-23b43: N-PHY: don't use deprecated b43_radio_foo16Rafał Miłecki
2013-04-23b43: N-PHY: move tables init function to tables fileRafał Miłecki
2013-04-23b43: N-PHY: use defines for (re)storing VCM configRafał Miłecki
2013-04-23b43: N-PHY: use shortcut "ctl" in functions namesRafał Miłecki
2013-04-23b43: N-PHY: use enum for INTC override function argumentRafał Miłecki
2013-04-23b43: N-PHY: define missing registersRafał Miłecki
2013-04-23b43: use defines for board_typeRafał Miłecki
2013-04-23b43: N-PHY: fix "NB" RSSI calibration on PHYs rev2-Rafał Miłecki
2013-04-23b43: N-PHY: use enum for RSSI type everywhere we use itRafał Miłecki
2013-04-23b43: N-PHY: rename RSSI types to be shorter and more accurateRafał Miłecki
2013-04-23b43: N-PHY: use more friendly variables names in RSSI codeRafał Miłecki
2013-04-23b43: N-PHY: simplify conditions in RSSI offset scale functionRafał Miłecki
2013-04-23b43: N-PHY: use enum for RAIL typeRafał Miłecki
2013-04-12b43: use bcma_pmu_spuravoid_pllupdate()Hauke Mehrtens
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-04-10ssb: implement spurious tone avoidanceRafał Miłecki
2013-04-01b43: mark some functions and structs staticHauke Mehrtens
2013-03-27b43: N-PHY: use more bits for offset in RSSI calibrationRafał Miłecki
2013-03-27b43: N-PHY: increase initial value of "mind" in RSSI calibrationRafał Miłecki
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan
2012-08-10b43: N-PHY: fix 0x2057 radio calib copy/paste mistakeRafał Miłecki
2012-08-06b43: N-PHY: add overriding RF control for rev7+Rafał Miłecki
2012-08-06b43: N-PHY: init 0x2057 radioRafał Miłecki
2012-08-06b43: N-PHY: finish 0x2056 radio setupRafał Miłecki
2012-08-06b43: add helper waiting for given value in radio regRafał Miłecki