aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43
AgeCommit message (Expand)AuthorFilesLines
2013-03-27b43: N-PHY: use more bits for offset in RSSI calibrationRafał Miłecki1-2/+2
2013-03-27b43: A fix for DMA transmission sequence errorsIestyn C. Elfick1-12/+53
2013-03-27b43: N-PHY: increase initial value of "mind" in RSSI calibrationRafał Miłecki1-2/+2
2013-03-25b43: remove warning for LP-PHY with sprom < 8Hauke Mehrtens1-9/+3
2013-03-25b43: use bcma_chipco_gpio_control()Hauke Mehrtens1-5/+2
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan5-11/+14
2013-03-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-72/+634
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-7/+2
2013-03-15drivers/net: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten1-0/+4
2013-03-13b43: HT-PHY: enable basic TX power setupRafał Miłecki1-9/+0
2013-03-13b43: HT-PHY: setup TX power controlRafał Miłecki2-0/+134
2013-03-13b43: HT-PHY: implement RSSI pollingRafał Miłecki2-1/+100
2013-03-13b43: HT-PHY: implement playing sample toneRafał Miłecki2-0/+74
2013-03-13b43: HT-PHY: implement stopping sample tone playbackRafał Miłecki2-0/+47
2013-03-13b43: HT-PHY: implement controlling TX power controlRafał Miłecki2-0/+68
2013-03-13b43: HT-PHY: implement PA overrideRafał Miłecki2-0/+27
2013-03-13b43: HT-PHY: implement CCA resetRafał Miłecki1-21/+47
2013-03-13b43: HT-PHY: implement MAC reclockingRafał Miłecki1-0/+18
2013-03-13b43: HT-PHY: implement spurious tone avoidanceRafał Miłecki1-0/+20
2013-03-13b43: HT-PHY: move TX fix to the separated functionRafał Miłecki1-18/+28
2013-03-13b43: HT-PHY: add classifier control functionRafał Miłecki2-5/+37
2013-03-13b43: HT-PHY: rename AFE definesRafał Miłecki2-25/+25
2013-03-06b43: HT-PHY: make it BCMA-onlyRafał Miłecki2-1/+6
2013-03-06b43: define BCMA wireless specific PLLsRafał Miłecki2-1/+12
2013-03-06b43: Fix 'me' -> 'be' typo in KconfigW. Trevor King1-2/+2
2013-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+2
2013-02-25b43: Fix lockdep splat on module unloadLarry Finger1-1/+2
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+6
2013-02-19b43: Increase number of RX DMA slotsLarry Finger1-1/+1
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-16/+48
2013-01-22b43: N-PHY: fix gain in b43_nphy_get_gain_ctl_workaround_ent()Dan Carpenter1-22/+8
2013-01-22drivers/net/wireless/b43: remove depends on CONFIG_EXPERIMENTALKees Cook1-6/+6
2013-01-07b43: Fix firmware loading when driver is built into the kernelLarry Finger3-16/+48
2012-12-10b43: fix tx path skb leaksFelix Fietkau3-8/+15
2012-12-06b43: remove __dev* attributesBill Pemberton2-6/+6
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen1-1/+1
2012-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+4
2012-10-24b43: Fix oops on unload when firmware not foundLarry Finger1-0/+4
2012-10-19bcma: add an extra pcie core structHauke Mehrtens1-1/+1
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds11-55/+1358
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2012-09-01b43: Kconfig: drop unknown symbol 'BRCMSMAC_MODULE'Paul Bolle1-2/+2
2012-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+2
2012-08-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-1/+2
2012-08-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville11-54/+1356
2012-08-10b43: N-PHY: fix 0x2057 radio calib copy/paste mistakeRafał Miłecki1-0/+1
2012-08-06b43: N-PHY: add overriding RF control for rev7+Rafał Miłecki3-4/+129
2012-08-06b43: be more user friendly with PHY infoRafał Miłecki2-5/+36
2012-08-06b43: N-PHY: init 0x2057 radioRafał Miłecki4-2/+712
2012-08-06b43: N-PHY: finish 0x2056 radio setupRafał Miłecki2-6/+90