aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-31b43: N-PHY: fix "Data bus error" while working in 5 GHzRafał Miłecki1-0/+3
2014-07-31b43: update PHY descriptions in KconfigRafał Miłecki1-13/+9
2014-07-29b43: add support for BCM43131 chipset with N-PHY rev 17Rafał Miłecki2-2/+4
2014-07-23b43: enable 5 GHz support for N-PHY devicesRafał Miłecki1-1/+0
2014-07-23b43: register limited amount of 5G channels for BCM43228Rafał Miłecki1-1/+22
2014-07-23b43: N-PHY: don't calculate values for TSSI if we can't transmitRafał Miłecki1-1/+2
2014-07-23b43: report correct rate to mac80211 for 5 GHz packetsRafał Miłecki1-3/+4
2014-07-23b43: N-PHY: fix rev7+ typos at random placesRafał Miłecki2-11/+12
2014-07-22b43: extract one more radio parameter: versionRafał Miłecki1-21/+25
2014-07-22b43: enable radio 0x2057 rev 14 support (AKA BCM43217)Rafał Miłecki1-2/+4
2014-07-22b43: N-PHY: final fixes to rev7+ workaroundsRafał Miłecki1-13/+16
2014-07-22b43: N-PHY: add rev7+ workarounds for radio revs 9 and 14Rafał Miłecki1-2/+77
2014-07-22b43: N-PHY: allow applying separated workarounds per coreRafał Miłecki1-54/+71
2014-07-22b43: N-PHY: update generic rev7+ workaroundsRafał Miłecki1-41/+79
2014-07-22b43: N-PHY: update digital filters setupRafał Miłecki1-7/+22
2014-07-22b43: N-PHY: add helper for setting digital filtersRafał Miłecki1-17/+22
2014-07-18b43: N-PHY: update spur avoidance to support newer devicesRafał Miłecki1-12/+31
2014-07-18b43: use one shared function for setting MAC frequencyRafał Miłecki4-40/+42
2014-07-18b43: N-PHY: set band on every channel switchRafał Miłecki2-8/+10
2014-07-18b43: N-PHY: complete 0x2057 radio init calibrationRafał Miłecki2-9/+79
2014-07-18b43: N-PHY: add tables for radio 0x2057 rev 14Rafał Miłecki3-3/+152
2014-07-18b43: N-PHY: fix channel switching with 2 GHz radio 0x2057Rafał Miłecki1-6/+6
2014-07-15b43: N-PHY: add missing TX gain table for radio 0x2057 rev 5Rafał Miłecki1-8/+50
2014-07-15b43: don't warn about no 5 GHz support on 2.4 GHz devicesRafał Miłecki1-8/+10
2014-07-15b43: enable radio 0x2057 rev 9 (AKA BCM43228) supportRafał Miłecki1-2/+22
2014-07-15b43: N-PHY: implement channel switching of radio 0x2057 rev 5Rafał Miłecki1-0/+129
2014-07-15b43: N-PHY: init and channel switching of radio 0x2057 rev 9Rafał Miłecki2-1/+234
2014-07-15b43; N-PHY: write most of the missing code for revs 7+Rafał Miłecki4-39/+290
2014-07-15b43: N-PHY: add placeholders for new devices supportRafał Miłecki1-54/+231
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-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville3-4/+9
2014-07-07b43: fix reading info about radio for new devices (cores 40 & 42)Rafał Miłecki1-1/+10
2014-07-07b43: N-PHY: add TX gains tables for radio 0x2057 rev 9Rafał Miłecki1-0/+78
2014-07-07b43: N-PHY: rework names & picking of TX gain tablesRafał Miłecki2-30/+84
2014-07-07b43: 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