summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-03-193-22/+4Star
|\
| * iwlwifi: Silence tfds_in_queue messageAdel Gadllah2010-03-161-1/+1
| * ath9k: fix BUG_ON triggered by PAE framesFelix Fietkau2010-03-161-20/+1Star
| * wl1251: fix potential crashGrazvydas Ignotas2010-03-161-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-03-1323-280/+339
|\|
| * Merge branch 'wireless-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2010-03-103-37/+20Star
| |\
| | * Revert "iwlwifi: Send broadcast probe request only when asked to"Reinette Chatre2010-03-102-34/+17Star
| | * iwl3945: fix memory corruptionReinette Chatre2010-03-101-3/+3
| * | ipw2200: use kmalloc for large local variablesZhu Yi2010-03-101-2/+17
| * | ath5k: read eeprom IQ calibration values correctly for G modeBruno Randolf2010-03-102-8/+11
| * | ath5k: fix I/Q calibration (for real)Bruno Randolf2010-03-102-18/+20
| * | ath5k: fix TSF resetBruno Randolf2010-03-101-4/+3Star
| * | ath5k: use fixed antenna for tx descriptorsBruno Randolf2010-03-101-2/+2
| * | libipw: split ieee->networks into small piecesZhu Yi2010-03-102-21/+18Star
| * | rt2x00: remove KSEG1ADDR define from rt2x00soc.hHelmut Schaa2010-03-101-2/+0Star
| |/
| * rndis_wlan: correct multicast_list handling V3Jiri Pirko2010-03-041-25/+41
| * rt2x00: Export rt2x00soc_probe from rt2x00socHelmut Schaa2010-03-031-0/+1
| * mac80211: Fix HT rate control configurationSujith2010-03-031-3/+3
| * iwlwifi: load firmware asynchronously before mac80211 registrationJohannes Berg2010-03-022-78/+81
| * ar9170: load firmware asynchronouslyJohannes Berg2010-03-023-70/+111
| * rt2x00: fix rt2800pci compilation with SoCHelmut Schaa2010-03-021-1/+1
| * rt2x00: Add USB ID for CEIVA adapter to rt73usbBryan Polk2010-03-021-0/+2
| * ath9k: fix lockdep warning when unloading moduleMing Lei2010-03-021-2/+2
| * zd1211rw: fix potential array underflowDan Carpenter2010-03-021-6/+4Star
| * airo: return from set_wep_key() when key length is zeroStanislaw Gruszka2010-03-021-1/+2
* | Merge branch 'for-next' into for-linusJiri Kosina2010-03-0810-14/+14
|\ \
| * | tree-wide: Assorted spelling fixesDaniel Mack2010-02-099-13/+13
| * | Fix a grammar error (redundant "be") in commentAdam Buchbinder2010-02-041-1/+1
* | | bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-063-3/+3
| |/ |/|
* | wireless: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-287-36/+31Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-2710-73/+53Star
|\ \
| * | b43: fall back gracefully to PIO mode after fatal DMA errorsLinus Torvalds2010-02-263-7/+31
| * | ath9k: disable RIFS search for AR91xx based chipsFelix Fietkau2010-02-262-0/+13
| * | Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville2010-02-263-62/+1Star
| |\ \
| | * | Revert "iwlwifi: Monitor and recover the aggregation TX flow failure"Reinette Chatre2010-02-233-62/+1Star
| * | | Merge branch 'wireless-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2010-02-262-4/+8
| |\ \ \
| | * | | iwlwifi: increase command buffer sizeAbhijeet Kolekar2010-02-232-4/+8
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-02-269-13/+35
| |\| | | | | |/ / | |/| |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-2679-1474/+2182
|\| | |
| * | | mwl8k: convert to new station add/remove callbacksJohannes Berg2010-02-221-84/+22Star
| * | | ath9k: convert to new station add/remove callbacksJohannes Berg2010-02-191-15/+20
| * | | mac80211_hwsim: convert to new station add/remove callbacksJohannes Berg2010-02-191-6/+26
| * | | p54: convert to new station add/remove callbacksJohannes Berg2010-02-191-9/+19
| * | | ar9170: convert to new station add/remove callbacksJohannes Berg2010-02-191-34/+36
| * | | ath9k: fix beacon timer restart after a card resetFelix Fietkau2010-02-191-6/+3Star
| * | | iwlwifi: add debugfs to monitor force reset parametersWey-Yi Guy2010-02-191-2/+32
| * | | iwlwifi: separated time check for different type of force resetWey-Yi Guy2010-02-193-12/+33
| * | | iwlwifi: indicate calib version for 6050 seriesAbhijeet Kolekar2010-02-193-3/+79
| * | | iwlwifi: enable serialization of synchronous commandsReinette Chatre2010-02-197-10/+13
| * | | iwl3945: remove STATUS macros from headerReinette Chatre2010-02-193-20/+2Star