aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-20Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-2/+5
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg1-2/+5
2014-11-10b43: fix NULL pointer dereference in b43_phy_copy()Hauke Mehrtens1-3/+1
2014-09-15b43: add support for setting the beacon listen intervalHauke Mehrtens2-0/+10
2014-09-15b43: update some transmit header constantsHauke Mehrtens1-9/+13
2014-09-15b43: add missing rateHauke Mehrtens1-0/+1
2014-09-15b43: tell ucode the phy type and versionHauke Mehrtens1-0/+4
2014-09-15b43: tell the ucode the mac capabilitiesHauke Mehrtens2-0/+13
2014-09-15b43: Implement PHY PLL resetRafał Miłecki4-2/+34
2014-09-15b43: HT-PHY: Update values for frequency calibrationRafał Miłecki1-66/+248
2014-09-15b43: HT-PHY: Implement band switchingRafał Miłecki3-6/+40
2014-09-11b43: HT-PHY: Set MAC frequency to correct valuesRafał Miłecki2-16/+17
2014-09-11b43: HT-PHY: Complete radio init (add missing entries)Rafał Miłecki3-2/+30
2014-09-11b43: HT-PHY: Define some regs for 0x2059 radioRafał Miłecki2-21/+46
2014-09-11b43: HT-PHY: Move radio calibration to separated functionsRafał Miłecki1-46/+47
2014-09-11b43: HT-PHY: Move radio preparation into init functionRafał Miłecki2-12/+16
2014-08-25b43: N-PHY: support setting custom TX powerRafał Miłecki3-12/+77
2014-08-25b43: implement PPR (Power Per Rate) management/APIRafał Miłecki4-0/+252
2014-08-25b43: N-PHY: add RF power tables for radio 0x2057 revs 9 & 14Rafał Miłecki3-3/+87
2014-08-25b43: N-PHY: update rev3+ gain control workaroundsRafał Miłecki1-24/+37
2014-08-25b43: flush some writes on Broadcom MIPS SoCsRafał Miłecki11-29/+49
2014-08-25b43: don't duplicate common PHY read/write opsRafał Miłecki5-60/+12
2014-08-25b43: update flushing many writes performed in a rowRafał Miłecki3-3/+25
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