summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | iwlagn: remove un-necessary "_agn"Wey-Yi Guy2011-07-2110-256/+254
| * | | | iwlagn: remove keyinfo cacheJohannes Berg2011-07-212-30/+0
| * | | | iwlagn: testmode fixed rate available for testmode onlyWey-Yi Guy2011-07-213-3/+9
| * | | | iwlagn: add comment to warn about WoWLAN in resume / suspend flowsEmmanuel Grumbach2011-07-211-0/+10
| * | | | iwlagn: iwl_bus holds drv_data as void * instead of iwl_privEmmanuel Grumbach2011-07-215-27/+26
| * | | | iwlagn: simplify the bus architectureEmmanuel Grumbach2011-07-2114-140/+161
| * | | | iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach2011-07-2118-154/+168
| * | | | iwlagn: move iwl_prepare_card_hw to the transport layerEmmanuel Grumbach2011-07-215-7/+14
| * | | | iwlagn: move more functions from the start flow to the transport layerEmmanuel Grumbach2011-07-218-193/+178
| * | | | iwlagn: SCD configuration for AMPDU moves to transport layerEmmanuel Grumbach2011-07-218-239/+274
| * | | | iwlagn: radio sensor offset in le16 formatWey-Yi Guy2011-07-212-5/+5
| * | | | iwlagn: define valid init calibration maskWey-Yi Guy2011-07-211-3/+13
| * | | | iwlagn: remove legacy calibration commandWey-Yi Guy2011-07-211-10/+0
| * | | | iwlagn: set correct calibration flagWey-Yi Guy2011-07-212-2/+4
| * | | | iwlagn: kill iwlagn_setup_deferred_workEmmanuel Grumbach2011-07-218-22/+6
| * | | | iwlagn: kill iwlagn_rx_handler_setupEmmanuel Grumbach2011-07-218-28/+20
| * | | | iwlagn: add kick_nic API to transport layerEmmanuel Grumbach2011-07-214-2/+16
| * | | | libertas: only enable mesh when interface is activeDaniel Drake2011-07-205-25/+11
| * | | | libertas: mesh: misc cleanupDaniel Drake2011-07-202-601/+388
| * | | | wireless: mwifiex: print hw address via %pMAndy Shevchenko2011-07-201-25/+8
| * | | | wireless: ath9k: use %pM to print MACAndy Shevchenko2011-07-201-5/+2
| * | | | wireless: rtlwifi: throw away MAC_FMT and use %pM insteadAndy Shevchenko2011-07-207-19/+13
| * | | | carl9170: fix sparse warnings enabled by CONFIG_SPARSE_RCU_POINTERPavel Roskin2011-07-201-4/+4
| * | | | ath5k: merge ath5k_hw and ath5k_softcPavel Roskin2011-07-2022-1314/+1247
| * | | | b43: bcma: implement full core resetRafał Miłecki2011-07-191-7/+27
| * | | | b43: correctly display longer chipsets idsRafał Miłecki2011-07-191-2/+5
| * | | | b43: HT-PHY: fix masks in radio ctlRafał Miłecki2011-07-191-5/+10
| * | | | b43: bcma: read info about supported bandsRafał Miłecki2011-07-191-6/+7
| * | | | b43: bcma: define 80211 core specific IO status bitsRafał Miłecki2011-07-191-0/+6
| * | | | b43: HT-PHY: fix typo in 0x2059 radio initRafał Miłecki2011-07-191-1/+1
| * | | | b43: HT-PHY: find channel entry with regs dataRafał Miłecki2011-07-191-0/+9
| * | | | b43: HT-PHY: switch to channel after enabling radioRafał Miłecki2011-07-191-1/+3
| * | | | b43: use agent R/W ops for BCMA_IOCTLRafał Miłecki2011-07-192-4/+4
| * | | | ath9k: Fix some smatch warningsRajkumar Manoharan2011-07-182-4/+8
| * | | | ath9k: Fix sparse warningsRajkumar Manoharan2011-07-183-9/+22
| * | | | b43: bus: drop inline from SSB functionsRafał Miłecki2011-07-181-15/+12
| * | | | carl9170: set beacon xmit power to the maxChristian Lamparter2011-07-181-83/+108
| * | | | carl9170: move beacon_update into tx.cChristian Lamparter2011-07-183-130/+130
| * | | | carl9170 firmware: update firmware headersChristian Lamparter2011-07-182-2/+42
| * | | | ath9k: use ath_opmode_to_string()Pavel Roskin2011-07-181-20/+2
| * | | | ath9k: remove defines in reg.h that exist in ../reg.hPavel Roskin2011-07-181-23/+0
| * | | | ath9k: use get_unaligned_{b16, le16, le32} where possiblePavel Roskin2011-07-185-28/+23
| * | | | ath: use get_unaligned_le{16,32} in ath_hw_keysetmac()Pavel Roskin2011-07-181-5/+2
| * | | | iwlagn: add tx start API to transport layerEmmanuel Grumbach2011-07-167-210/+222
| * | | | iwlagn: move all the ICT related functions to iwl-trans-rx-pcie.cEmmanuel Grumbach2011-07-166-315/+297
| * | | | iwlagn: move iwlagn_stop_device to transport layerEmmanuel Grumbach2011-07-168-58/+52
| * | | | iwlagn: move tx transport functions to iwl-trans-tx-pcie.cEmmanuel Grumbach2011-07-167-299/+265
| * | | | iwlagn: move rx transport functions to iwl-trans-rx-pcie.cEmmanuel Grumbach2011-07-169-725/+799
| * | | | iwlagn: remove indirection for iwlagn_hw_valid_rtc_data_addrFry, Donald H2011-07-166-12/+3
| * | | | iwlagn: calibration bitmapWey-Yi Guy2011-07-163-10/+13