summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-10iwlwifi: remove frame droppingJohannes Berg2-19/+0
2010-03-10iwlwifi: remove dead code from iwl_mac_reset_tsfJohannes Berg1-13/+3
2010-03-10iwlwifi: remove superfluous channel checkJohannes Berg1-8/+0
2010-03-10iwlagn: remove write-only variablesJohannes Berg6-42/+15
2010-03-10iwlwifi: move ICT data to agn part of unionJohannes Berg3-51/+56
2010-03-10iwlwifi: move 3945 specific data into unionJohannes Berg5-40/+45
2010-03-10iwlagn: move ICT code into separate fileJohannes Berg10-279/+385
2010-03-09b43: N-PHY: switch to chanspec opsRafał Miłecki2-25/+63
2010-03-09b43: N-PHY: implement chanspec setupRafał Miłecki1-0/+62
2010-03-09b43: N-PHY: isloate 2055 radio setupRafał Miłecki1-6/+17
2010-03-09b43: N-PHY: adjust gain tableRafał Miłecki1-1/+57
2010-03-09b43: N-PHY: switch to chanspec structRafał Miłecki2-20/+36
2010-03-09b43: N-PHY: update post init of 2055 radioRafał Miłecki1-26/+35
2010-03-09b43: N-PHY: update writing channel-specific radio registersRafał Miłecki1-22/+32
2010-03-09b43: N-PHY: turn radio on/off (rfkill)Rafał Miłecki1-13/+37
2010-03-09b43: N-PHY: initialize super switchRafał Miłecki1-1/+36
2010-03-09b43: N-PHY: add some registers and structs definitionsRafał Miłecki3-0/+19
2010-03-09mac80211: use different MAC addresses for virtual interfacesJohannes Berg1-2/+114
2010-03-09mac80211: Improve software scan timingHelmut Schaa2-6/+66
2010-03-09ath9k: never read from the AR_IMR_S2 registerPavel Roskin3-11/+12
2010-03-09mac80211: fix rates setup on IBSS mergeBruno Randolf1-0/+3
2010-03-09wl1271: Remove tx-power level workaroundJuuso Oikarinen1-6/+1
2010-03-09wl1271: Disable host TX rate controlJuuso Oikarinen2-1/+4
2010-03-09wl1271: Clean up TX security sequence number handlingJuuso Oikarinen4-18/+12
2010-03-09wl1271: Clean up firmware block allocation calculationJuuso Oikarinen2-8/+4
2010-03-09wl1271: Update TX packet life time handling with higher resolution timeJuuso Oikarinen3-5/+10
2010-03-09wl1271: Implement looped IRQ handlingJuuso Oikarinen4-31/+55
2010-03-09wl1271: Don't mask interrupts while handling interruptJuuso Oikarinen1-4/+0
2010-03-09wl1271: Aggregate RX acknowledgements to FWJuuso Oikarinen1-1/+2
2010-03-09wl1271: Remove annoying PSM entry/exit kernel tracesJuuso Oikarinen1-2/+2
2010-03-09wl1271: Fix queue stopping/waking for TX pathJuuso Oikarinen3-21/+22
2010-03-09wl1271: Fix ad-hoc mode neighborhood detectionJuuso Oikarinen3-11/+10
2010-03-09wl1271: Improvements to the TX pathJuuso Oikarinen4-23/+29
2010-03-09wl1271: don't get received frames from hardware in PLT modeKalle Valo1-0/+7
2010-03-09wl1271: Fixed unloading of the wl1271_sdio moduleTeemu Paasikivi1-1/+4
2010-03-09wl1271: Changed access to fw status register to use raw readTeemu Paasikivi1-1/+1
2010-03-09wl1271: Initial SDIO implementationTeemu Paasikivi3-0/+315
2010-03-09wl1271: Divided driver to two separate modulesTeemu Paasikivi3-2/+23
2010-03-09wl1271: Removed wl1271_spi.h and made some functions staticTeemu Paasikivi13-116/+67
2010-03-09wl1271: Inlined IO functionsTeemu Paasikivi3-90/+78
2010-03-09wl1271: Implemented abstraction of IO functions.Teemu Paasikivi5-20/+62
2010-03-09wl1271: Added functions to enable/disable interrupt handlingTeemu Paasikivi6-6/+27
2010-03-09wl1271: Moved module basics to wl1271_spi.cTeemu Paasikivi3-186/+193
2010-03-09p54: Enable HW_REPORTS_TX_ACK_STATUSChristian Lamparter1-0/+1
2010-03-09ath5k: move ath5k_hw_register_timeout() into reset.cPavel Roskin3-31/+23
2010-03-09ath5k: remove useless "extern" from function declarationsPavel Roskin1-86/+95
2010-03-09ath5k: remove stale function declarations, make some functions staticPavel Roskin6-38/+21
2010-03-09mac80211: deprecate RX status noiseJohannes Berg4-15/+2
2010-03-03rt2x00: Export rt2x00soc_probe from rt2x00socHelmut Schaa1-0/+1
2010-03-03mac80211: Fix HT rate control configurationSujith4-7/+10