summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
...
* | | brcmfmac: prevent possible race condition on usb rx control.Hante Meuleman2012-09-071-1/+1
* | | ath9k: Fix TX filter usageSujith Manoharan2012-09-071-1/+1
* | | rtlwifi: rtl8192c: remove pointless conditional before kfree_skb()Wei Yongjun2012-09-071-2/+1
* | | rtlwifi: rtl8192de: remove pointless conditional before kfree_skb()Wei Yongjun2012-09-071-2/+1
* | | mwifiex: make use of is_zero_ether_addr()Bing Zhao2012-09-071-3/+1
* | | mwifiex: parse rate info for APAvinash Patil2012-09-075-7/+58
* | | mwifiex: don't disable wait_q_enabled flagAmitkumar Karwar2012-09-071-1/+0
* | | mwifiex: release semaphore acquired for internal scan operationAmitkumar Karwar2012-09-071-0/+5
* | | airo: remove duplicated include from airo.cWei Yongjun2012-09-071-1/+0
* | | wl18xx: remove duplicated include from main.cWei Yongjun2012-09-071-1/+0
* | | wl3501_cs: use is_broadcast_ether_addr() instead of memcmp()Wei Yongjun2012-09-071-2/+1
* | | wireless: use is_broadcast_ether_addr() instead of memcmp()Wei Yongjun2012-09-071-10/+5
* | | ath9k_hw: small optimizationMohammed Shafi Shajakhan2012-09-073-9/+1
* | | mwifiex: use is_zero_ether_addr() instead of memcmp()Wei Yongjun2012-09-071-2/+1
* | | mwifiex: use is_broadcast_ether_addr() instead of memcmp()Wei Yongjun2012-09-071-2/+1
* | | airo: use is_zero_ether_addr() and is_broadcast_ether_addr()Wei Yongjun2012-09-071-4/+2
* | | drivers/net: use is_zero_ether_addr() instead of memcmp()Wei Yongjun2012-09-072-3/+3
* | | orinoco: use is_zero_ether_addr() instead of memcmp()Wei Yongjun2012-09-071-4/+3
* | | ipw2200: use is_zero_ether_addr() and is_broadcast_ether_addr()Wei Yongjun2012-09-071-9/+2
* | | ipw2100: use is_zero_ether_addr() and is_broadcast_ether_addr()Wei Yongjun2012-09-071-9/+2
* | | wireless: ath9k-htc: only load firmware in needMing Lei2012-09-072-12/+25
* | | iwlwifi: remove radio_config from eeprom_dataDavid Spinadel2012-09-051-2/+0
* | | iwlwifi: reduce overhead if tracing disabledJohannes Berg2012-09-052-36/+23
* | | iwlwifi: report A-MPDU statusJohannes Berg2012-09-053-0/+13
* | | Merge remote-tracking branch 'wireless-next/master' into iwlwifi-nextJohannes Berg2012-09-05144-1300/+3433
|\ \ \
| * \ \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-08-2215-93/+241
| |\ \ \
| * | | | carl9170: report A-MPDU statusChristian Lamparter2012-08-212-4/+12
| * | | | ath9k_htc: implement sta_rc_update() mac80211 callbackAntonio Quartulli2012-08-211-0/+29
| * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-2151-153/+241
| |\ \ \ \
| | * | | | mac80211_hwsim: add support for P2P DeviceJohannes Berg2012-08-201-1/+3
| | * | | | mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-3149-122/+207
| | * | | | wlcore: op_tx: pass sta explicitly when inferring frame hlidArik Nemtsov2012-07-313-13/+8
| | * | | | wlcore: don't get the hlid from a queued skbArik Nemtsov2012-07-311-20/+26
| * | | | | p54: fix powerpc gcc warningsChristian Lamparter2012-08-131-4/+8
| * | | | | brcmsmac: document firmware dependenciesJeff Mahoney2012-08-101-1/+3
| * | | | | ath9k: tune rc_stats to display only valid ratesRajkumar Manoharan2012-08-101-2/+3
| * | | | | ath9k: Trim rate tableSujith Manoharan2012-08-102-180/+174
| * | | | | ath9k: Remove MIMO-PS specific codeSujith Manoharan2012-08-101-9/+0
| * | | | | ath9k: Cleanup TX status APISujith Manoharan2012-08-101-42/+29
| * | | | | ath9k: Bail out properly before calculating rate indexSujith Manoharan2012-08-101-13/+11
| * | | | | ath9k: Fix RTS/CTS rate selectionSujith Manoharan2012-08-101-27/+14
| * | | | | ath9k: Do not set IEEE80211_TX_RC_USE_SHORT_PREAMBLESujith Manoharan2012-08-101-2/+0
| * | | | | ath9k: Unify valid rate calculation routinesSujith Manoharan2012-08-101-35/+39
| * | | | | ath9k: Remove ath_rc_set_valid_rate_idxSujith Manoharan2012-08-101-10/+3
| * | | | | ath9k: Change rateset calculationSujith Manoharan2012-08-101-26/+9
| * | | | | ath9k: Cleanup index retrieval routinesSujith Manoharan2012-08-101-29/+27
| * | | | | ath9k: Cleanup ath_rc_setvalid_htratesSujith Manoharan2012-08-101-8/+9
| * | | | | ath9k: Cleanup ath_rc_setvalid_ratesSujith Manoharan2012-08-101-28/+21
| * | | | | ath9k: Cleanup RC init APISujith Manoharan2012-08-101-64/+35
| * | | | | ath9k: Simplify rate table initializationSujith Manoharan2012-08-101-48/+17
OpenPOWER on IntegriCloud