summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43
AgeCommit message (Expand)Author
2014-07-18b43: N-PHY: fix channel switching with 2 GHz radio 0x2057Rafał Miłecki
2014-07-15b43: N-PHY: add missing TX gain table for radio 0x2057 rev 5Rafał Miłecki
2014-07-15b43: don't warn about no 5 GHz support on 2.4 GHz devicesRafał Miłecki
2014-07-15b43: enable radio 0x2057 rev 9 (AKA BCM43228) supportRafał Miłecki
2014-07-15b43: N-PHY: implement channel switching of radio 0x2057 rev 5Rafał Miłecki
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: add TX gain tables for devices with specific EPARafał Miłecki
2014-07-15b43: N-PHY: drop reg 0x1 access restriction on new PHY revsRafał Miłecki
2014-07-15b43: always print info about radio (manuf, id, revision)Rafał Miłecki
2014-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-07-07b43: fix reading info about radio for new devices (cores 40 & 42)Rafał Miłecki
2014-07-07b43: N-PHY: add TX gains tables for radio 0x2057 rev 9Rafał Miłecki
2014-07-07b43: N-PHY: rework names & picking of TX gain tablesRafał Miłecki
2014-07-07b43: N-PHY: initialize hardware tables on new devicesRafał Miłecki
2014-07-01b43: add more bcma coresRafał 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-07-01b43: treat LCNXN-PHY as extra N-PHY devicesRafał Miłecki
2014-06-25b43: b43_phyops_a can be staticFengguang Wu
2014-06-25b43: update list and code making a selection of firmware filesRafał 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-20b43: add config for (en|dis)abling G-PHY supportRafał Miłecki
2014-06-20b43: remove leftover code from old devices supportRafał 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-06-19b43: store current channel using struct cfg80211_chan_defRafał Miłecki
2014-06-19b43: b43_op_config: set channel info before switching bandRafał Miłecki
2014-06-19b43: PHY: don't force default channel during initRafał Miłecki
2014-06-19b43: b43_op_config: use IEEE80211_CONF_CHANGE_CHANNELRafał Miłecki
2014-06-19b43: b43_op_config: drop check for core changeRafał Miłecki
2014-06-19b43: drop B43_DEFAULT_CHANNELRafał Miłecki
2014-06-17b43: fix frequency reported on G-PHY with /new/ firmwareRafał Miłecki
2014-06-16b43: fix typo in Kconfig (make B43_BUSES_BCMA_AND_SSB the default for real)Rafał Miłecki
2014-06-16b43: disable 5 GHz on G-PHYRafał 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-05-29b43: PHY: allow init optimizations by tracking PHY stateRafał Miłecki
2014-05-22b43: N-PHY: add missing calib values for radio 0x2026 rev 11Rafał Miłecki
2014-05-22b43: fix list of 5 GHz channels for 802.11n cardsRafał Miłecki
2014-05-22b43: fix typo in define name for 2 GHz channels (s/CHAN4G/CHAN2G/)Rafał Miłecki
2014-05-20b43: xmit: set 5 GHz bit depending on current bandRafał Miłecki
2014-05-20b43: add more devices to the bands databaseRafał Miłecki
2014-05-20b43: move bands detection to a separated functionRafał Miłecki
2014-05-19b43: make B43_PCMCIA and B43_SDIO depend on B43_SSBRafał Miłecki
2014-05-19b43: rework band switchingRafał Miłecki
2014-05-19b43: complete PHY resetRafał Miłecki