aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-8/+9
2012-07-09b43: N-PHY: fix RSSI calibrationRafał Miłecki1-8/+9
2012-06-24Fix typo in printed messagesAnatol Pomozov1-1/+1
2012-06-08b43: do not call ieee80211_unregister_hw if we are not registredOleksij Rempel2-7/+16
2012-05-16b43: use pci_is_pcie() instead of obsolete pci_dev.is_pcieBjorn Helgaas1-1/+1
2012-05-16bcma: add boardinfo structHauke Mehrtens1-3/+1
2012-05-16ssb: remove rev from boardinfoHauke Mehrtens2-3/+3
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+8
2012-04-27b43: only reload config after successful initializationSeth Forshee1-2/+8
2012-04-21drivers/net: add missing __devexit_p() annotationsArnd Bergmann1-1/+1
2012-04-13mac80211: remove hw.conf.channel usage where possibleMichal Kazior1-1/+2
2012-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-7/+1
2012-04-10b43: claim support for IBSS RSNAntonio Quartulli1-0/+16
2012-04-10mac80211: remove antenna_sel_tx TX info fieldJohannes Berg1-1/+1
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-7/+1
2012-03-13b43: Load firmware from a work queue and not from the probe routineLarry Finger2-27/+35
2012-03-05b43: prevent firmware on bcm5354 from taking over wrong GPIO pinsHauke Mehrtens1-0/+2
2012-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-0/+8
2012-01-24b43: N-PHY: trivial: change save&rest order in RSSI pollingRafał Miłecki1-8/+8
2012-01-24b43: N-PHY: implement RSSI calibration for rev3+Rafał Miłecki1-6/+187
2012-01-24b43: N-PHY: upload PAPD PGA gain delta tableRafał Miłecki3-6/+12
2012-01-24b43: N-PHY: fix typos in RF controlRafał Miłecki2-6/+6
2012-01-24b43: N-PHY: add helper for getting gain tableRafał Miłecki3-94/+64
2012-01-24b43: N-PHY: implement TX power control setupRafał Miłecki2-1/+217
2012-01-24b43: add maskset helpersRafał Miłecki3-57/+36
2012-01-18b43: add option to avoid duplicating device support with brcmsmacJohn W. Linville2-0/+8
2012-01-13wireless: b43: fix Oops on card eject during transferGuennadi Liakhovetski1-1/+4
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville4-130/+348
2012-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+13
2012-01-04b43: N-PHY: fix typo in TX power fixRafał Miłecki1-1/+1
2012-01-04b43: N-PHY: fix controling RF overrideRafał Miłecki1-2/+2
2012-01-04b43: N-PHY: update gain ctl workaroundsRafał Miłecki2-18/+92
2012-01-04b43: add lacking boardflags definesRafał Miłecki1-0/+11
2012-01-04b43: N-PHY: get idle TSSI valuesRafał Miłecki2-1/+130
2012-01-04b43: N-PHY: fix success condition of running samplesRafał Miłecki1-1/+1
2012-01-04b43: N-PHY: move common TX/RX functionsRafał Miłecki1-107/+111
2012-01-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-3/+13
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville4-1772/+1840
2012-01-03b43: fix regression in PIO caseGuennadi Liakhovetski1-3/+13
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell10-101/+101
2011-12-19b43: N-PHY: reorder functions: random cleanupsRafał Miłecki1-107/+116
2011-12-19b43: N-PHY: reorder functions: move rest of workaroundsRafał Miłecki1-226/+226
2011-12-19b43: N-PHY: reorder functions: move RSSI calibrationRafał Miłecki1-300/+300
2011-12-19b43: N-PHY: split gain control workaroundsRafał Miłecki1-264/+267
2011-12-19b43: N-PHY: reorder functions: collect RSSI selectsRafał Miłecki1-221/+225
2011-12-19b43: N-PHY: reorder functions: collect samples onesRafał Miłecki1-131/+135
2011-12-19b43: N-PHY: reorder functions: collect radio onesRafał Miłecki1-190/+198
2011-12-19b43: N-PHY: reorder functions: put basic ones at beginningRafał Miłecki1-333/+332
2011-12-19b43: avoid packet losses in the dma worker code.francesco.gringoli@ing.unibs.it3-19/+60
2011-12-16b43: mark some vars __maybe_unused in b43_nphy_pmu_spur_avoidJohn W. Linville1-2/+2