summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2011-03-04rt2x00: Remove now unused crypto.aid fieldHelmut Schaa2-5/+2
2011-03-04rt2x00: Fix rt2800 key assignment in multi bssid setupsHelmut Schaa1-13/+30
2011-03-04rt2x00: Use an enum instead of u16 for the rate_mode TX descriptor fieldHelmut Schaa1-1/+1
2011-03-04rt2x00: Don't call ieee80211_get_tx_rate for MCS ratesHelmut Schaa2-15/+15
2011-03-04rt2x00: Move TX descriptor field "ifs" into plcp substructHelmut Schaa7-15/+17
2011-03-04rt2x00: Optimize TX descriptor memory layoutIvo van Doorn1-5/+5
2011-03-04rt2x00: Optimize TX descriptor handlingHelmut Schaa12-55/+79
2011-03-04rt2x00: Generate sw sequence numbers only for devices that need itHelmut Schaa5-4/+11
2011-03-04rt2x00: Use unlikely for unexpected error condition in rt2x00_mac_txHelmut Schaa1-1/+1
2011-03-04rt2x00: Add unlikely macro to special case tx status handlingHelmut Schaa1-1/+1
2011-03-04rt2x00: Remove useless NULL checkHelmut Schaa1-2/+1
2011-03-04rt2x00: Make use of unlikely during tx status processingHelmut Schaa1-2/+2
2011-03-04rt2x00: Optimize calls to rt2x00queue_get_queueHelmut Schaa6-8/+25
2011-03-04rt2x00: fix whitespace damage in the rt2800 specific codeGabor Juhos3-369/+378
2011-03-04b43: N-PHY: rev3+: implement gain ctl workaroundsRafał Miłecki1-9/+162
2011-03-04b43: N-PHY: rev3+: add tables with gain ctl workaroundsRafał Miłecki2-0/+128
2011-03-04b43: N-PHY: rev3+: correct switching analog coreRafał Miłecki1-2/+6
2011-03-04ath9k_hw: Read noise floor only for available chains for AR9003Vasanthakumar Thiagarajan1-18/+19
2011-03-04ath9k: Add a debugfs interface to dump chip registersVasanthakumar Thiagarajan1-0/+54
2011-03-04rtl8187: Change rate-control feedbackLarry Finger2-5/+22
2011-03-04rtlwifi: usb parts should depend on CONFIG_USBJohn W. Linville1-3/+6
2011-03-04Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville1-3/+4
2011-03-03iwlagn: report correct temperature for WiFi/BT devices.Fry, Donald H1-3/+4
2011-03-03wl12xx: Correctly set up protection if non-GF STAs are presentHelmut Schaa1-1/+2
2011-03-03wl12xx: wakeup chip from ELP during scanArik Nemtsov2-6/+15
2011-03-03wl12xx: Modify requested number of memory blocksIdo Yariv1-1/+1
2011-03-03wl12xx: Avoid redundant TX workIdo Yariv2-5/+28
2011-03-03wl12xx: Switch to level trigger interruptsIdo Yariv2-2/+2
2011-03-03wl12xx: Switch to a threaded interrupt handlerIdo Yariv10-81/+113
2011-03-03wl12xx: Change claiming of the SDIO busIdo Yariv1-10/+0
2011-03-03wl12xx: Do end-of-transactions transfers only if neededIdo Yariv6-3/+32
2011-03-03wl12xx: Reorder data handling in irq_workIdo Yariv1-5/+5
2011-03-03wl12xx: Remove private headers in wl1271_tx_resetIdo Yariv1-9/+23
2011-03-03wl12xx: Don't rely on runtime PM for toggling powerIdo Yariv1-2/+14
2011-03-03wl12xx: fix the path to the wl12xx firmwaresSebastien Jan1-3/+3
2011-03-01b43: N-PHY: rev3+: add static tablesRafał Miłecki2-2/+1131
2011-03-01rtlwifi: Fix error registering rate-controlChaoming Li1-9/+6
2011-03-01ath9k_htc: Handle BSSID/AID for multiple interfacesSujith Manoharan3-20/+81
2011-02-28iwlwifi: move remaining iwl-agn-rx.c code into iwl-rx.cStanislaw Gruszka4-269/+225
2011-02-28iwlwifi: move check health code into iwl-rx.cStanislaw Gruszka9-183/+155
2011-02-28iwlwifi: add {ack,plpc}_check module parametersStanislaw Gruszka4-2/+15
2011-02-28iwlegacy: fix dma mappings and skbs leakStanislaw Gruszka3-27/+62
2011-02-28iwlwifi: fix dma mappings and skbs leakStanislaw Gruszka3-26/+59
2011-02-28ath9k: Fix incorrect GPIO LED pin for AR9485Senthil Balasubramanian2-0/+3
2011-02-28ath9k: use generic mac80211 LED blinking codeFelix Fietkau4-170/+61
2011-02-28p54: fix a NULL pointer dereference bugFelix Fietkau1-2/+5
2011-02-28rtlwifi: fix places where uninitialized data is usedAlessio Igor Bogani1-3/+3
2011-02-28rtlwifi: Add the missing rcu_read_lock/unlockAlessio Igor Bogani3-2/+12
2011-02-28iwlwifi: remove duplicate initializationDan Carpenter1-1/+1
2011-02-28Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville4-30/+158