summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43
AgeCommit message (Expand)AuthorFilesLines
2014-07-15b43: N-PHY: add TX gain tables for devices with specific EPARafał Miłecki1-2/+72
2014-07-15b43: N-PHY: drop reg 0x1 access restriction on new PHY revsRafał Miłecki1-2/+2
2014-07-15b43: always print info about radio (manuf, id, revision)Rafał Miłecki1-4/+4
2014-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-4/+9
2014-07-08b43: fix reading info about radio for new devices (cores 40 & 42)Rafał Miłecki1-1/+10
2014-07-08b43: N-PHY: add TX gains tables for radio 0x2057 rev 9Rafał Miłecki1-0/+78
2014-07-08b43: N-PHY: rework names & picking of TX gain tablesRafał Miłecki2-30/+84
2014-07-08b43: N-PHY: initialize hardware tables on new devicesRafał Miłecki2-11/+281
2014-07-01b43: add more bcma coresRafał Miłecki1-0/+12
2014-07-01b43: N-PHY: complete generic support for 0x2057 radioRafał Miłecki3-20/+282
2014-07-01b43: N-PHY: fixes for radio 0x2057Rafał Miłecki2-22/+61
2014-07-01b43: treat LCNXN-PHY as extra N-PHY devicesRafał Miłecki1-0/+7
2014-06-25b43: b43_phyops_a can be staticFengguang Wu1-1/+1
2014-06-25b43: update list and code making a selection of firmware filesRafał Miłecki1-99/+125
2014-06-25b43: N-PHY: update low-pass filter setupRafał Miłecki1-12/+19
2014-06-25b43: N-PHY: update code for sending sample toneRafał Miłecki1-19/+17
2014-06-20b43: add config for (en|dis)abling G-PHY supportRafał Miłecki4-5/+14
2014-06-20b43: remove leftover code from old devices supportRafał Miłecki3-16/+0
2014-06-19b43: PHY: drop channel_type (we can get this info from chandef)Rafał Miłecki4-14/+8
2014-06-19b43: PHY: drop is_40mhz (get width info from chandef)Rafał Miłecki4-35/+33
2014-06-19b43: PHY: drop own channel_freq (get it from chandef when needed)Rafał Miłecki3-12/+15
2014-06-19b43: store current channel using struct cfg80211_chan_defRafał Miłecki3-2/+9
2014-06-19b43: b43_op_config: set channel info before switching bandRafał Miłecki2-2/+2
2014-06-19b43: PHY: don't force default channel during initRafał Miłecki1-4/+3
2014-06-19b43: b43_op_config: use IEEE80211_CONF_CHANGE_CHANNELRafał Miłecki1-15/+16
2014-06-19b43: b43_op_config: drop check for core changeRafał Miłecki1-18/+2
2014-06-19b43: drop B43_DEFAULT_CHANNELRafał Miłecki2-7/+0
2014-06-17b43: fix frequency reported on G-PHY with /new/ firmwareRafał Miłecki1-3/+7
2014-06-16b43: fix typo in Kconfig (make B43_BUSES_BCMA_AND_SSB the default for real)Rafał Miłecki1-1/+1
2014-06-16b43: disable 5 GHz on G-PHYRafał Miłecki1-0/+1
2014-05-29b43: N-PHY: optimize radio switching on/offRafał Miłecki2-3/+7
2014-05-29b43: N-PHY: optimize init by doing some ops just onceRafał Miłecki3-48/+44
2014-05-29b43: PHY: allow init optimizations by tracking PHY stateRafał Miłecki3-0/+11
2014-05-22b43: N-PHY: add missing calib values for radio 0x2026 rev 11Rafał Miłecki1-0/+918
2014-05-22b43: fix list of 5 GHz channels for 802.11n cardsRafał Miłecki1-12/+22
2014-05-22b43: fix typo in define name for 2 GHz channels (s/CHAN4G/CHAN2G/)Rafał Miłecki1-16/+16
2014-05-20b43: xmit: set 5 GHz bit depending on current bandRafał Miłecki2-2/+2
2014-05-20b43: add more devices to the bands databaseRafał Miłecki1-0/+32
2014-05-20b43: move bands detection to a separated functionRafał Miłecki1-42/+56
2014-05-20b43: make B43_PCMCIA and B43_SDIO depend on B43_SSBRafał Miłecki1-2/+2
2014-05-20b43: rework band switchingRafał Miłecki2-60/+45
2014-05-20b43: complete PHY resetRafał Miłecki3-32/+61
2014-05-20b43: move PHY reset code into PHY specific fileRafał Miłecki3-34/+36
2014-05-20b43: split upload of init values into 2 functionsRafał Miłecki1-15/+22
2014-05-13b43: drop SSB dependencyRafał Miłecki1-8/+28
2014-05-13b43: adjust code to compile without SSBRafał Miłecki3-2/+29
2014-04-30b43: N-PHY: complete radio 0x2056 setupRafał Miłecki1-5/+27
2014-04-30b43: don't pre-set radio_on variable to trueRafał Miłecki1-1/+0
2014-04-30b43: use b43_software_rfkill helperRafał Miłecki1-3/+3
2014-04-30b43: bcma: respect GMODE (band choice) during core resetRafał Miłecki1-1/+6