summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/main.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: make tx() operation return voidJohannes Berg2011-02-251-4/+2
* b43: N-PHY: enable support for PHYs rev 3 and higherRafał Miłecki2010-12-221-1/+1
* b43: use correct firmware for newer coresRafał Miłecki2010-12-221-3/+9
* b43: rename TMS defines, drop useless condition from core resetRafał Miłecki2010-12-131-6/+2
* b43: rename config option for N-PHY, drop BROKENRafał Miłecki2010-12-081-2/+2
* b43: fix split of N-PHY devices into supported and not (based on PHY rev)Rafał Miłecki2010-12-081-1/+1
* b43: set TMS to work with current band width for N-PHYRafał Miłecki2010-12-081-0/+6
* drivers/net/wireless/b43/main.c: Use printf extension %pVJoe Perches2010-11-161-12/+36
* mac80211: use cipher suite selectorsJohannes Berg2010-08-161-8/+8
* b43: move hwrng registration driver to wireless core initializationJohn W. Linville2010-08-161-2/+7
* b43: update hw/fw version info in wiphy structJohn W. Linville2010-08-161-0/+5
* b43: silence most sparse warningsJohn W. Linville2010-07-211-1/+1
* b43: Clarify logged message after fatal DMA error and switch to PIO modeLarry Finger2010-06-211-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-051-2/+19
|\
| * b43: Added get_survey callback in order to get channel noiseJohn W. Linville2010-05-031-0/+18
| * mac80211: remove deprecated noise field from ieee80211_rx_statusJohn W. Linville2010-04-301-2/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\ \ | |/ |/|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | drivers/net/wireless/b43/main.c:4351: Fixed coding styleDaniel Ngu2010-03-231-3/+2
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-271-6/+8
|\
| * b43: fall back gracefully to PIO mode after fatal DMA errorsLinus Torvalds2010-02-261-6/+8
* | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-02-141-27/+11
|\|
| * b43: remove get_tx_stats() mac80211 opKalle Valo2010-02-081-22/+0
| * b43/b43legacy: Wake queues in wireless_core_startLarry Finger2010-02-081-2/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-02-081-3/+10
| |\
| | * b43: Fix throughput regressionLarry Finger2010-02-031-3/+10
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-041-10/+18
|\| |
| * | b43: Workaround circular locking in hw-tkip key update callbackMichael Buesch2010-01-251-8/+5
| * | b43: check band widthRafał Miłecki2010-01-221-0/+6
| * | mac80211: pass vif and station to update_tkip_keyJohannes Berg2010-01-221-3/+8
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-191-1/+7
|\| |
| * | b43: add new SSB's core id for BCM4328Rafał Miłecki2010-01-151-0/+1
| * | b43: Declare at least one real firmware file using MODULE_FIRMWARE.Tim Gardner2010-01-141-1/+6
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-301-16/+19
|\| |
| * | mac80211: remove struct ieee80211_if_init_confJohannes Berg2009-12-281-13/+13
| * | b43: Allow PIO mode to be selected at module loadLarry Finger2009-12-281-3/+6
| |/
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-111-1/+1
|\ \ | |/ |/|
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
| |\
| | * Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
| | |\
| | | * tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed"Uwe Kleine-König2009-11-091-1/+1
* | | | b43: Remove reset after fatal DMA errorLarry Finger2009-12-101-1/+4
|/ / /
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-111-2/+1
|\| |
| * | b43: work around a locking issue in ->set_tim()Felix Fietkau2009-11-101-2/+1
| |/
* | mac80211: remove RX_FLAG_RADIOTAPJohannes Berg2009-10-301-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-291-1/+0
|\|
| * b43: Fix Bugzilla #14181 and the bug from the previous 'fix'Larry Finger2009-10-271-1/+0
* | b43/legacy: Fix usage of host_pci pointerMichael Buesch2009-10-271-2/+2
|/
* b43: Fix PPC crash in rfkill polling on unloadLarry Finger2009-10-071-0/+1
* b43: Protect sanity check against physical device removalMichael Buesch2009-10-071-1/+3
* b43: Don't use struct wldev after detach.Michael Buesch2009-10-071-1/+1