summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* the scheduled bcm43xx removalAdrian Bunk2008-03-1331-16891/+0Star
* make b43_mac_{enable,suspend}() staticAdrian Bunk2008-03-132-5/+2Star
* iwlwifi: fix potential lock inversion deadlockReinette Chatre2008-03-071-2/+2
* wireless: correct warnings from using '%llx' for type 'u64'John W. Linville2008-03-072-5/+7
* ath5k: work around wrong beacon rx timestamp in IBSS modeBruno Randolf2008-03-071-14/+45
* ath5k: add notes about rx timestampBruno Randolf2008-03-071-0/+11
* ath5k: move rx and tx status structures out of hardware descriptorBruno Randolf2008-03-075-130/+126Star
* ath5k: struct ath5k_desc cleanupsBruno Randolf2008-03-074-187/+210
* iwlwifi: grab NIC access when disabling aggregationsRon Rindjunsky2008-03-071-17/+20
* iwlwifi: 3945 split tx_complete to command and packet functionTomas Winkler2008-03-072-157/+148Star
* iwlwifi: Fix 3945 rate scalingTomas Winkler2008-03-072-25/+22Star
* iwlwifi: queue functions cleanupTomas Winkler2008-03-074-60/+45Star
* iwlwifi: Moving EEPROM handling in iwlcore moduleAssaf Krauss2008-03-072-0/+604
* iwlwifi: add iwl-core moduleTomas Winkler2008-03-075-7/+59
* iwlwifi: fix locking unbalance in 4965 rate scaleTomas Winkler2008-03-071-13/+12Star
* iwlwifi: Cancel scanning upon associationEmmanuel Grumbach2008-03-072-22/+12Star
* iwlwifi: Take the fw file name from the iwl_cfg.Tomas Winkler2008-03-076-12/+18
* iwlwifi: add struct iwl_cfgTomas Winkler2008-03-078-37/+203
* iwlwifi: Move HBUS address to iwl-csr.hTomas Winkler2008-03-073-83/+42Star
* iwlwifi: extract iwl-csr.hTomas Winkler2008-03-079-283/+236Star
* iwlwifi: use mac80211_tx_control_flagsRon Rindjunsky2008-03-074-32/+64
* iwlwifi: 802.11n spec removes AUTO offset for FAT channelGuy Cohen2008-03-073-12/+15
* b43: Fix failed frames status report typoMichael Buesch2008-03-071-1/+1
* b43: Add TX statistics debugging countersMichael Buesch2008-03-072-16/+80
* b43: Rename the DMA ring pointersMichael Buesch2008-03-073-163/+82Star
* b43: Add QOS supportMichael Buesch2008-03-077-91/+262
* ath5k: Add 2413 to srev_names so that it shows up during module loadNick Kossifidis2008-03-071-0/+3
* ath5k: Make some changes to follow register dumps.Nick Kossifidis2008-03-071-6/+31
* ath5k: Fixes for PCI-E cardsNick Kossifidis2008-03-072-15/+34
* ath5k: Remove RF5413 from rf gain optimization functionsNick Kossifidis2008-03-071-2/+0Star
* ath5k: more RF2413 stuffNick Kossifidis2008-03-072-4/+12
* ath5k: Identify RF2413 and deal with PHY_SPENDINGNick Kossifidis2008-03-073-3/+29
* ath5k: Add RF2413 initial settingsNick Kossifidis2008-03-072-4/+392
* ath5k: Add RF2413 srev valuesNick Kossifidis2008-03-071-2/+7
* zd1211rw: support for mesh interface and beaconingLuis Carlos Cobo2008-03-065-4/+94
* libertas: clean up scan.c, remove zeromac and bcastmacDavid Woodhouse2008-03-061-234/+181Star
* libertas: convert 802_11_SCAN to a direct commandDavid Woodhouse2008-03-065-147/+53Star
* libertas: add LED control TLV to types.hDavid Woodhouse2008-03-061-0/+13
* libertas: convert KEY_MATERIAL to a direct commandDavid Woodhouse2008-03-065-122/+81Star
* iwlwifi: Fix 52 rate report in rx statusTomas Winkler2008-03-0610-466/+449Star
* iwlwifi: refactor init geos functionTomas Winkler2008-03-065-91/+115
* iwlwifi: removing unused priv->configTomas Winkler2008-03-064-6/+2Star
* ssb: Add Gigabit Ethernet driverMichael Buesch2008-03-068-72/+515
* b43: verify sta_notify mac80211 callbackJohannes Berg2008-03-061-0/+11
* mac80211: RCU-ify STA info structure accessJohannes Berg2008-03-062-25/+33
* COSA/SRP: convert channel_data.rsem to mutexMatthias Kaehlcke2008-03-061-6/+8
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-03-0518-63/+66
|\
| * make s2io.c:init_tti() staticAdrian Bunk2008-03-051-1/+1
| * FIXED_PHY must depend on PHYLIB=yAdrian Bunk2008-03-051-0/+1
| * fix drivers/net/atarilance.c compilationAdrian Bunk2008-03-051-3/+2Star